projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2920aa
)
(python-preoutput-filter): Fix arg order to string-match.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 16 Sep 2006 17:56:11 +0000
(17:56 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 16 Sep 2006 17:56:11 +0000
(17:56 +0000)
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index 712d75afff983e338daaaea44b30749d31c86e1e..0387c05134e816244c052fee08916fb628c721ee 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-1289,7
+1289,7
@@
Don't save anything for STR matching `inferior-python-filter-regexp'."
;; Maybe we could be more selective here.
(if (zerop (length res))
(not (bolp))
- (string-match
res ".\\'"
))))
+ (string-match
".\\'" res
))))
;; The need for this seems to be system-dependent:
;; What is this all about, exactly? --Stef
;; (if (and (eq ?. (aref s 0)))